Skip to content

Instantly share code, notes, and snippets.

@lbssousa
lbssousa / Instructions.md
Last active May 21, 2026 19:11
VSCode + Dev Containers and Toolbx/Distrobox setup for Fedora Silverblue

VSCode + Dev Containers and Toolbx/Distrobox setup for Fedora Silverblue

PLEASE NOTE:

I personally don't use Flatpak VSCode anymore, since I switched from Fedora Silverblue to Universal Blue's project Bluefin-DX. I'll leave the instructions here for those who want them, but be aware that Flatpak VSCode instructions won't be maintained anymore.

Steps

If you prefer VSCode Flatpak

  1. Install VSCode Flatpak from Flathub:
@robertesaum
robertesaum / GTAViceCityNextGenCleanerFAQ.md
Last active May 21, 2026 19:08
GTA Vice City NextGen - Cleaner FAQ

GTA Vice City NextGen - Cleaner FAQ

I hope this FAQ helps you resolve any issues you may encounter while using my Cleaner. Any new information or fixes will be added here. Latest Cleaner version: https://www.youtube.com/watch?v=yP3ybIShovk


– My game only shows taxis or many repeated cars in traffic, what should I do?

If you're using a vehicle pack (or even vanilla cars), it's recommended to increase the value of "VehicleBudget" inside the file "plugins\GTAIV.EFLC.FusionFix.ini" to something around "VehicleBudget = 120000000" (equivalent to 120 MB). You may need to run some tests to find the ideal point. Personally I use "VehicleBudget = 65000000" with no problems.

@tsvtt
tsvtt / скачать видео с boosty.md
Last active May 21, 2026 19:07
Скачать видео с boosty
  • Открыть страницу с видео, видеоплеер должен быть виден на странице
  • Открыть средства разработчика в браузере (F12), открыть вкладку с консолью
  • Выполнить:
    document.querySelector('vk-video-player').store.actions.internal.downloadVideo()

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@opus-x
opus-x / Spotify_Eliminate_Advertisements
Last active May 21, 2026 19:07
Eliminate Spotify Advertisements + Complete Server List
##################################################################################
# ELIMINATE SPOTIFY ADS (VERSION 1.2 - 8.5) - ABANDONED FOR NOW #
##################################################################################
#
# NOTE: SOMETIMES ONLY ANNOUNCEMENT OF AN AD WHILE USING APP VERSION 7.5-7.9?-8.x.
# USING AN OFFICIAL OLDER VERSION SOLVES THIS. TEST IT (APKMIRROR). THIS WILL NOT
# OCCUR USING CHROMECAST / GOOGLE HOME.
#
# COULD NOT SOLVE THE AUDIO AD INRO/OUTRO IN THE APP.
# SUGGESTIONS? WRITE A COMMENT BELOW.
@nskforward
nskforward / mikrotik-vless.md
Last active May 21, 2026 19:06
Настройка VPN-туннеля VLESS на роутере MikroTik

Настройка VPN (VLESS + Reality) на роутере Mikrotik

Обновление от 08.01.2026

Инструкция предполагает, что ваш роутер сброшен до заводских настроек.

Инструкция проверена на RouterOS версии 7.20

Проверка поддержки контейнеров

# ~/.bash_functions
sys() {
# ── Colors ────────────────────────────────────────────
local R=$'\e[0m'
local B=$'\e[1m'
local DIM=$'\e[2m'
local CYA=$'\e[38;5;110m'
local WHT=$'\e[38;5;255m'
local LBL=$'\e[38;5;250m'
@minimaxir
minimaxir / AGENTS.md
Last active May 21, 2026 19:04
Python AGENTS.md (2026-02-23)

Agent Guidelines for Python Code Quality

This document provides guidelines for maintaining high-quality Python code. These rules MUST be followed by all AI coding agents and contributors.

Your Core Principles

All code you write MUST be fully optimized.

"Fully optimized" includes: